Version

RemoveAt Method (PageBreakCollection<T>)

Removes the page break at the specified index.
Syntax
public void RemoveAt( 
   int index
)

Parameters

index
The 0-based index of the page break to remove.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionOccurs when index is less than zero or greater than or equal to the number of page breaks in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also